翻訳と辞書
Words near each other
・ Serial Joe
・ Serial killer
・ Serial Killers Ink
・ Serial Killing 4 Dummys
・ Serial Line Internet Protocol
・ Serial Lover
・ Serial manipulator
・ Serial memory processing
・ Serial module
・ Serial Mom
・ Serial murders in Essonne
・ Serial number arithmetic
・ Serial offender hunting patterns
・ Serial over LAN
・ Serial passage
Serial Peripheral Interface Bus
・ Serial port
・ Serial Port Memory Technology
・ Serial position effect
・ Serial presence detect
・ Serial publication
・ Serial reaction time
・ Serial sevens
・ Serial shipping container code
・ Serial Shooter
・ Serial Storage Architecture
・ Serial subgroup
・ Serial switcher
・ Serial Teachers
・ Serial Teachers 2


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Serial Peripheral Interface Bus : ウィキペディア英語版
Serial Peripheral Interface Bus

The Serial Peripheral Interface (SPI) bus is a synchronous serial communication interface specification used for short distance communication, primarily in embedded systems. The interface was developed by Motorola and has become a ''de facto'' standard. Typical applications include, Secure Digital cards, and liquid crystal displays.
SPI devices communicate in full duplex mode using a master-slave architecture with a single master. The master device originates the frame for reading and writing. Multiple slave devices are supported through selection with individual slave select (SS) lines.
Sometimes SPI is called a ''four-wire'' serial bus, contrasting with three-, two-, and one-wire serial buses. The SPI may be accurately described as a synchronous serial interface,〔(【引用サイトリンク】title= What is Serial Synchronous Interface (SSI)? )〕 but it is different from the Synchronous Serial Interface (SSI) protocol, which is also a four-wire synchronous serial communication protocol, but employs differential signaling and provides only a single simplex communication channel.
==Interface==
The SPI bus specifies four logic signals:
* SCLK : Serial Clock (output from master).
* MOSI : Master Output, Slave Input (output from master).
* MISO : Master Input, Slave Output (output from slave).
* SS : Slave Select (active low, output from master).
Alternative naming conventions are also widely used, and SPI port pin names for particular IC products may differ from those depicted in these illustrations:
Serial Clock:
* SCLK : SCK, CLK.
Master Output --> Slave Input:
* MOSI : SIMO, SDI(for slave devices), DI, DIN, SI, MTST.
Master Input <-- Slave Output:
* MISO : SOMI, SDO (for slave devices ), DO, DOUT, SO, MRSR.
Slave Select:
* SS : nCS, CS, CSB, CSN, EN, nSS, STE, SYNC.
The MOSI/MISO convention requires that, on devices using the alternate names, SDI on the master be connected to SDO on the slave, and vice versa. Chip select polarity is rarely active high, although some notations (such as SS or CS instead of nSS or nCS) suggest otherwise. Slave select is used instead of an addressing concept.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Serial Peripheral Interface Bus」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.